Displaying just one column means pages are arranged vertically
authorJonas Bernoulli <jonas@bernoul.li>
Thu, 4 Aug 2022 12:05:07 +0000 (14:05 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Thu, 4 Aug 2022 12:05:07 +0000 (14:05 +0200)
commit16c992f80fa6394b4dc5166e6c14129ec4946e12
tree8afa6968bc2fc3f5075fa6475dff3d8494460f77
parentd924a4a766d3f895acbddf02d01db1e3f049f899
Displaying just one column means pages are arranged vertically

Third-party display methods may do that without using a side-window,
and therefore they don't set `which-key-popup-type' to `side-window'.
Likewise they might not set `which-key-side-window-location', e.g.,
because their display method only supports one location.

`which-key-max-display-columns' being 1 is by itself already enough
of an indicator to know that there won't be multiple columns.
which-key.el